Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 2 - Providers / Providers Reference
Functions / Controlling a Provider's Mode of Operation


OTIsAckingSends

Determines whether a provider is acknowledging sends.

C INTERFACE
Boolean OTIsAckingSends(ProviderRef ref);
C++ INTERFACE
Boolean TProvider::IsAckingSends();
PARAMETERS
ref
The provider reference of the provider sending data.
DESCRIPTION
The OTIsAckingSends function returns true if the provider acknowledges sends and false if it does not.

SEE ALSO
To specify that a provider acknowledge sends, call the OTAckSends function (page 2-36). To specify that a provider not acknowledge sends, call the OTDontAckSends function (page 2-37).

For additional information, see "Setting a Provider's Send-Acknowledgment Status" on page 2-10.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996